home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / fret_100.zip / FERRET.CTL next >
Text File  |  1992-04-20  |  3KB  |  67 lines

  1. ; ----------------------------------------------------------------------------
  2. ; FERRET V1.00 Configuration Control File
  3. ; ----------------------------------------------------------------------------
  4.  
  5. ;        LogFiles
  6. ;
  7. ;             Following   this   keyword,  you   must   enter   a  complete
  8. ;             path/filename to  your front-end  log file,  and report file.
  9. ;             You  may use  a  maximum of  128  entries with  this keyword,
  10. ;             making  multi-node configurations  possible.  Entries  to the
  11. ;             report  file reflect  record adjustments,  request filenames,
  12. ;             and  totals.  It  is suggested  you  review this  report file
  13. ;             before deleting it.
  14. ;
  15. ;        Front-end log file                Report file
  16. ;        --------------------------------  --------------------------------
  17. logfiles d:\bt0\log\bt1.log                d:\matrix\ferret\ferret.rpt
  18. logfiles d:\bt0\log\bt2.log                d:\matrix\ferret\ferret.rpt
  19.  
  20. ;        Pcbdat
  21. ;
  22. ;             Enter the complete path/filename  to your primary PCBoard.dat
  23. ;             file.  Ferret  will use  Pcboard's data  file to  gather path
  24. ;             information on your userfile,  index files, fsec, and minimum
  25. ;             download security level.
  26. ;
  27. pcbdat   d:\pcb0\pcboard.dat
  28.  
  29. ;        DlPath
  30. ;
  31. ;             Complete path/filename of download path list file.  This file
  32. ;             is identical  to Pcboard's dlpath.lst  file.  In  fact, it is
  33. ;             expected  you  use  the   same  one  specified  in  Pcboard's
  34. ;             configuration.
  35. ;
  36. dlpath   e:\locl\main\dirs\dlp.lst
  37. dlpath   e:\locl\alde\dirs\dlp.lst
  38.  
  39. ;        MstrList
  40. ;
  41. ;             Master password control path and filename.  It is referred to
  42. ;             as the 'Master' password file  since it's values are exported
  43. ;             to other text  files.  Nodelist compilers  would then use the
  44. ;             exported information  to assign session  passwords within the
  45. ;             nodelist.
  46. ;
  47. mstrlist d:\matrix\ferret\password.ctl
  48.  
  49. ;        ExportLst
  50. ;
  51. ;             Path/filename  used  to  export  nodelist  information.   ie:
  52. ;             address, password,  etc.  The  format this  information takes
  53. ;             may be configured with the exportfmt keyword.
  54. ;
  55. exportlst d:\matrix\nodelist\xlaxnode.pwd
  56.  
  57. ;        ExportFmt
  58. ;
  59. ;             Each node listed  in the Master  list may be  exported to the
  60. ;             external password file, outlined above.  The format which the
  61. ;             exported  information takes  is  controlled by  three macros;
  62. ;             @address@,  @password@,  and  @name@.   Other  values  may be
  63. ;             included and would be transferred relative to the macros.
  64. ;
  65. exportfmt @address@ @password@
  66.  
  67.